ItemDataRecords

The ItemDataRecords element is the parent node for the item data record for the specified record owner or record owner group. Nested within the ItemDataRecords tag are elements that define the item data record and item data values for the historical or forecast input data.

See Data Formats for Historical or Forecast Input Data for information about the data format options.

Properties

Property Description

Case Sensitive

Yes

Required

Yes

Number of Instances Allowed

1 per RecordOwner

Requires End Tag

Yes

Parent Element

RecordOwner

Child Elements

ItemDataRecord

Attributes

None

Example

<ItemDataRecords>

<ItemDataRecord type="AVWSPD" units="mi/hr">

<ItemDataValue start_time="2024-03-12T08:00:00.000-08:00" end_time="2024-03-12T09:00:00.000-08:00">23.234</ItemDataValue>

<ItemDataValue start_time="2024-03-12T09:00:00.000-08:00" end_time="2024-03-12T10:00:00.000-08:00">25.456</ItemDataValue>

</ItemDataRecord>

</ItemDataRecords>